From: Gunnar Hjalmarsson Date: Tue, 8 Nov 2022 15:28:14 +0000 (+0100) Subject: Work around uscan issue with GitHub releases page X-Git-Tag: archive/raspbian/1.1.9+ds1-4+rpi1^2^2~40 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=884065d67e3c3bbfab2f4044112817482233af8b;p=opencc.git Work around uscan issue with GitHub releases page The releases pages at GitHub are currently generated in a way which is not compatible with uscan. This commit replaces "releases" with "tags" in debian/watch to work around the issue. --- diff --git a/debian/watch b/debian/watch index ab1e001..7c65a04 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=4 opts="dversionmangle=s/\+ds\d?$//,repack,repacksuffix=+ds1,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ - https://github.com/byvoid/@PACKAGE@/releases \ + https://github.com/byvoid/@PACKAGE@/tags \ (?:.*?/)?(?:ver\.)?@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate